* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
img{
	max-width: 100%;
	display: block;
}
html {
	font-size: 16px;
}

body {
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html,
body {
	overflow-x: hidden;
}

a {
	color: #666;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

li,
ul,
ol {
	list-style: outside none;
}

.w1500 {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
}

.swiper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
}

.color {
	color: #666;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.float {}

/* div:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
} */
/* 头部 */
header{
	/* position: fixed; */
}
.header1{
	background-color: #020101;
	height: 46px;
}
.header1 .an{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 46px;
}
.header1 p{
	font-size: 0.8125rem;/* 13px */
	color: #868686;
	display: flex;
	align-items: center;
}
.header1 p span{
	display: flex;
}

.header1 p a{
	width: 82px;
	height: 20px;
	display: block;
	margin-left: 10px;
}
.header1 p a img{
	width: 82px;
	height: 20px;
}
.header1 .tel{
	display: flex;
	align-items: center;
}
.header1 .tel a{
	display: inline-block;
}
.zh_en_cn{
	font-size: 13px;
	color: #da251d;
	font-weight: bold;
	border: 2px solid #da251d;
	border-radius: 5px;
	padding: 0px 1px;
}
.header1 .tel .tel_span{
	padding: 2px 20px;
	border-left: 1px solid #666;
	display: flex;
	align-items: center;
}
.header1 .tel .tel_span:first-child{
	border-left: 0px solid #1c1b1b;
}
.header1 .tel .tel_span:last-child{
	padding: 0 0 0 20px;
}
.header1 .tel .tel_span:last-child a{
	display: flex;
	color:#9b9b9b;
	font-size: 20px;
	align-items: center;
	font-weight: bold;
}
.header1 .tel .tel_span:last-child a img{
	margin-right: 10px;
}
/* 头部2 */
.header2{
	height: 126px;
	background-color: #fff;
}
.header2 .an{
	display: flex;
	align-items: center;
	height: 126px;
}
.header2 .uls{
	margin-left: 3.64585vw;
	display: flex;
	align-items: center;
}
.header2 .uls li{
	padding: 0 1.6vw;
	display: flex;
	align-items: center;
	height: 126px;
	position: relative;
}
.header2 .uls li a{
	font-size: 17px;
}
.header2_uls{
	position: absolute;
	display: none;
	top: 126px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 999;
	border-top: 2px solid #c9172e;
}
.header2_uls>div a{
	color: #666;
	display: block;
	min-width: 130px;
	padding: 15px 20px;
	background-color: #fff;
}
.header2_uls>div a:hover{
	/* color:#c9172e;
	background-color: #eee; */
	color: #fff !important;
	background-color: #c9172e;
	/* background-color: #e7b0c3; */
}
.header2 .uls li:hover .header2_uls{
	display: block;
}
/* 首页-banner */
.index1 .text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.index1 .text h2{
	color: #fff;
	font-size: 63px;
	line-height: 1.7;
	font-weight: bold;
	margin-bottom: 20px;
}
.index1 .text .txt{
	display: flex;
	align-items: center;
	line-height: 1.7;
}
.index1 .text .txt p{
	margin-left: 20px;
	font-size: 39px;
	color: #fff;
}
.index1 .text>p{
	color: #fff;
	line-height: 1.7;
	font-size: 1rem;
	margin: 34px 0;
}
.index1 .text .dealt{
	display: flex;
	justify-content: flex-start;
}
.index1 .text .dealt a{
	display: block;
	font-size: 18px;
	color: #fff;
	border: 3px solid #fff;
	width: 194px;
	transition: background 1s;
	text-align: center;
	padding: 13px 0;
}
.index1 .text .dealt a:hover{
	border: 3px solid #c9172e;
}
/* 首页-产品展示 */
.index2{
	margin-top: 70px;
}
.index1 img{
	margin: 0 auto;
}
.index2 .an>h2{
	font-size: 40px;
	font-weight: normal;
	color: #0e050b;
	position: relative;
	text-align: center;
	line-height: 1.7;
}
.index2 .an>h2::after{
	content: "";
	position: absolute;
	bottom: -4px;
	width: 42px;
	height: 3px;
	background-color: #c9172e;
	left: 50%;
	transform: translate(-50%,-0);
}
.mySwiper2{
	margin-top: 60px;
	transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
}
@media (min-width:1300px){
	.mySwiper2 ul{
		justify-content: center;
	}
}
.mySwiper2 .swiper-slide{
	width: auto;
}
.index2 .swiper-wrapper .swiper-slide{
	padding: 16px 60px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	color: #0e050b;
	font-size: 20px;
	position: relative;
}
.index2 .swiper-wrapper .swiper-slide.active{
	background-color: #c9172e;
}
.index2 .swiper-wrapper .swiper-slide a{
	display: block;
	transform: skew(20deg);
	-webkit-transform: skew(20deg);
}
.index2 .swiper-wrapper .swiper-slide.active::after{
	content: initial;
}
.index2 .swiper-wrapper .swiper-slide.active a{
	color: #fff;
}
.index2 .swiper-wrapper .swiper-slide::after{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	width: 1px;
	height: 20px;
	transform: translate(-0,-50%);
	-webkit-transform:translate(-0,-50%);
	background-color: #666;
}
.index2 .uls2{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.index2 .uls2 li{
	width: 24%;
	margin-right: 1.3%;
	margin-bottom: 25px;
}
.index2 .uls2 li:nth-child(4n){
	margin-right: 0;
}
.index2 .uls2 li a{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #dedede;
	padding: 20px 30px;
}
.index2 .uls2 li a h2{
	line-height: 2;
	color: #000;
	font-size: 1.5rem;
	font-weight: normal;
}
.index2 .uls2 li a p{
	font-size: 1rem;
	color: #727272;
	line-height: 2;
	margin-top: 6px;
}
.index2 .uls2 li a .imgs{
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
	height: 300px;
}
.index2 .uls2 li a .imgs img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
	transition: all 0.5s;
	height: 100%;
	object-fit: cover;
}
.index2 .uls2 li a .imgs img:hover{
	transform: scale(1.1);
}
.index2 .uls2 li a:hover{
	border: 1px solid #da251d;
}
.index2 .uls2 li a:hover h2{
	color: #c9172e;
}
/* 首页-研发创新 */
.index3{
	margin-top: 100px;
}
.index3 .an>h2{
	font-size: 40px;
	font-weight: normal;
	color: #0e050b;
	position: relative;
	text-align: center;
	line-height: 1.7;
}
.index3 .an>h2::after{
	content: "";
	position: absolute;
	bottom: -4px;
	width: 42px;
	height: 3px;
	background-color: #c9172e;
	left: 50%;
	transform: translate(-50%,-0);
}
.index3 .uls{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	background: #f3f3f3;
	width: 268px;
	margin: 60px auto 60px;
}
.index3 div.txt{
	line-height: 1.7;
	color: #464646;
	font-size: 16px;
	margin-bottom: 20px;
}
.index3 .uls li{
	width: 141px;
	height: 47px;
	text-align: center;
	line-height: 47px;
}
.index3 .uls li a{
	color: #6d6d6d;
	font-size: 16px;
}
.index3 .uls li.active{
	background: url(../img/abo-nav1.png) no-repeat center;
	margin: 0 -16px 0 0;
}
.index3 .uls li.active a{
	color: #fff;
}
.index3 .uls li.active2{
	background: url(../img/abo-nav2.png) no-repeat center;
	margin: 0 0px 0 -16px;
}
.index3 .uls li.active2 a{
	color: #fff;
}
.mySwiper3{
	margin-top: 60px;
}
.mySwiper3 .swiper-slide img{
	width: 100%;
	border: 8px solid #c95815;
	position: relative;
	z-index: 99;
}
.mySwiper3 .swiper-slide img::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 20px;
	box-shadow: 0px 0px 10px #020101;
}
.mySwiper3 .swiper-slide img::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 20px;
}
.mySwiper3 .swiper-slide{
	padding-bottom: 20px;
}
.mySwiper3 .swiper-slide::after{
	content: "";
	display: block;
	position: absolute;
	width: 50%;
	height: 20px;
	right: -10px;
	bottom: 68px;
	box-shadow: 37px 31px 37px #020101;
	transform: rotate(45deg) translate(-41px,-18px);
}
.mySwiper3 .swiper-slide::before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 20px;
		bottom: 73px;
		box-shadow: 37px 31px 37px #020101;
		transform: rotate(-45deg) translate(-41px,-18px);
}
.mySwiper3 .swiper-button-next, .mySwiper3 .swiper-button-prev{
	color: #e60012;
}
.mySwiper3 .swiper-button-prev, .mySwiper3 .swiper-rtl .swiper-button-next{
	left: -40px;
}
.mySwiper3 .swiper-button-next, .mySwiper3 .swiper-rtl .swiper-button-prev{
	right: -40px;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 33px;
}
.index3 .txts{
	position: relative;
}
.index3 .txts .next{
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -40px;
	right: auto;
	color: #e60012;
}
.index3 .txts .prev{
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -40px;
  left: auto;
	color: #e60012;
}
.index3 .txts .prev::after{
	font-family: swiper-icons;
	font-size:33px;
	text-transform: none!important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	content: 'next';
}
.index3 .txts .next::after{
	font-family: swiper-icons;
	font-size: 33px;
	text-transform: none!important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	content: 'prev';
}
.index3 .swiper-slide{
	overflow: hidden;
}
.index3 .swiper-slide:hover .index_bottom{
	/* transform: translate(0,-0%);
	bottom: 16px; */
	opacity: 1;
}
.index_bottom{
	width: 100%;
	position: absolute;
	bottom: 16px;
	font-size: 14px;
	padding: 10px 20px;
	background-color: rgba(0,0,0,0.6);
	z-index: 99;
	/* -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden; */
	transition: all 0.5s;
	opacity: 0;
	/* transform: translate(0,100%); */
	color: #fff;
}
/* 首页-新闻动态 */
.index4{
	margin-top: 110px;
	padding: 70px 0 60px;
	background-color: #f5f5f5;
}
.index4 .an .text{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.index4 .an .text>h2{
	font-size: 40px;
	font-weight: normal;
	color: #0e050b;
	position: relative;
	line-height: 1.7;
}
.index4 .an .text>h2::after{
	content: "";
	position: absolute;
	bottom: -4px;
	width: 42px;
	height: 3px;
	background-color: #c9172e;
	left: 0%;
	/* transform: translate(-50%,-0); */
}
.mySwiper4{
	width: auto;
	display: flex;
	justify-content: flex-end;
	margin: 0 0 0 auto;
	overflow: initial;
}
.mySwiper4 .swiper-slide{
	width: auto;
}
.mySwiper4 .swiper-slide a{
	font-size: 18px;
	color: #888888;
	display: block;
	margin: 0 20px ;
}
.mySwiper4 .swiper-slide.active  a{
	color: #333;
	font-weight: bold;
	position: relative;
}
.mySwiper4 .swiper-slide.active a::after{
	content: "";
	position: absolute;
	bottom: -9px;
	width: 100%;
	height: 2px;
	background-color: #c9172e;
	left: 0%;
	
}

.index4 .uls2{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.index4 .uls2>li{
	background-color: #fff;
}
.index4 .uls2>li{
	background-color: #fff;
}
.index4 .uls2 .text1{
	width: calc((450 / 1500) * 100%);
	margin-right:calc((14 / 1500) * 100%);
}
.index4 .uls2 .text2{
	width: calc((626 / 1500) * 100%);
	margin-right:calc((14 / 1500) * 100%);
}
.index4 .uls2 .text2 li a{
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
	margin: 0 30px;
	border-top: 1px dashed #d9dadc;
}
.index4 .uls2 .text2 li:nth-child(1) a{
	border-top: 0px dashed #d9dadc;
}
.index4 .uls2 .text2 li a .txt{
	width: calc(100% - 132px);
	padding-right: 20px;
	position: relative;
	right: 132px;
}

.index4 .uls2 .text2 li .img{
	width: 132px;
	height: 94px;
	position: relative;
	left: calc(100% - 132px);
}
.index4 .uls2 .text2 li .img img{
	width: 100%;
	height: 94px;
	object-fit: cover;
}
.index4 .uls2 .text3{
	width: calc((396 / 1500) * 100%);
}
.index4 .uls2 .text1{
	padding: 18px;
}

.index4 .uls2 .text1 h2{
	font-size: 18px;
	color: #333333;
	line-height: 1.7;
	font-weight: normal;
	margin: 20px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.index4 .uls2 .text1 p{
	font-size: 14px;
	color: #888888;
	line-height: 1.7;
}

.index4 .uls2 .text2 .uls3 li h2{
	font-size: 18px;
	color: #333333;
	line-height: 1.7;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.index4 .uls2 .text2 .uls3 li p{
	font-size: 14px;
	color: #888888;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
}
.index4 .uls2 .text2 .txt h2{
	font-size: 18px;
	color: #333333;
	line-height: 1.7;
	font-weight: normal;
	margin: 10px 0 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.index4 .uls2 .text2 .txt p{
	font-size: 14px;
	color: #888;
	line-height: 1.7;
	font-weight: normal;
}
.index4 .uls2 .text2 .txt .time{
	font-size: 13px;
	line-height: 1.7;
	color: #777;
	margin-top: 10px;
}
.index4 .uls2 .text3 .uls4 li a{
	display: block;
	padding: 23px 0;
	margin: 0 30px;
	border-top: 1px dashed #d9dadc;
}
.index4 .uls2 .text3 .uls4 li:nth-child(1) a{
	border-top: 0px dashed #d9dadc;
}
.index4 .uls2 .text3 .uls4 li a h2{
	font-size: 18px;
	color: #333333;
	line-height: 1.7;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.img{
	overflow: hidden;
}
.img img{
	transition: all .5s;
}
.index4 .uls2 .text3 .uls4 li a .time{
	font-size: 13px;
	line-height: 1.7;
	color: #777;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.index4 .uls2 .text1 a:hover h2{
	color: #c9172e;
}
.index4 .uls2 .text1 a .img{
	width: 100%;
}
.index4 .uls2 .text1 a img{
	width: 100%;
	transition: all .5s;
}
.index4 .uls2 .text1 a:hover img{
	transform: scale(1.1);
}
.index4 .uls2 .text2 li a:hover .img img{
	transform: scale(1.1);
}
.index4 .uls2 .text2 .uls3 li a:hover h2{
	color: #c9172e;
}
.index4 .uls2 .text3 .uls4 li a:hover h2{
	color: #c9172e;
}
/* 首页-客户群体 */
.index5{
	margin: 60px 0;
}
.index5 .an .text{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.index5 .an .text>h2{
	font-size: 40px;
	font-weight: normal;
	color: #0e050b;
	position: relative;
	line-height: 1.7;
}
.index5 .an .text>h2::after{
	content: "";
	position: absolute;
	bottom: -4px;
	width: 42px;
	height: 3px;
	background-color: #c9172e;
	left: 0%;
	/* transform: translate(-50%,-0); */
}
.mySwiper5{
	width: auto;
	display: flex;
	justify-content: flex-end;
	margin: 0 0 0 auto;
}
.mySwiper5 .swiper-slide{
	width: auto;
}
.index5 .uls{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 30px;
}
.index5 .uls li{
	border: 1px solid #dedede;
	width: calc((100% / 7) - 1%);
	margin-right: 1.16%;
	height: 105px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 26px;
	padding: 0 10px;
}
.index5 .uls li:nth-child(7n){
	margin-right: 0%;
}
.index5 .uls li img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.index5 .uls li:hover{
	border: 1px solid #c9172e;
}
/* 底部 */
.footer1{
	padding: 60px 0 0;
	background-color: #050505;
}
.footer1 .an>p{
	font-size: 14px;
	color: #da251d;
	text-align: right;
}
.footer2{
	border-top: 1px solid #212121;
	background-color: #050505;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer2 p{
	font-size: 14px;
	color: #5e5d5d;
}
.footer2 p a{
	font-size: 14px;
	color: #5e5d5d;
}

.footer1 .text .er{
	margin-top: 46px;
	border: 1px solid #131314;
	width: 186px;
	height: 200px;
	padding: 20px 24px 15px;
}
.footer1 .text .er img{
	width: 100%;
}
.footer1 .text .er p{
	font-size: 14px;
	margin-top: 12px;
	color: #666;
	text-align: center;
}
.footer1 .an2{
	display: flex;
	flex-wrap: wrap;
}
.footer_uls{
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #212222;
	padding-top: 42px;
	margin-top: 10px;
}
.footer_uls h3{
	font-size: 16px;
	color: #797979;
}
.test{
	width: 294px;
	margin-top: 10px;
	border-top: 1px solid #212222;
	border-left: 1px solid #212222;
	padding: 0px 36px 0;
}
.test>div{
	padding-top: 40px;
}
.test>.txts{
	padding-bottom: 50px;
}
.test img{
	max-width: 100%;
	display: block;
	margin: 0 0 0 auto;
}
.test p{
	font-size: 14px;
	color: #797979;
	margin: 30px 0 16px;
	text-align: right;
}
.test h2{
	font-size: 14px;
	color: #797979;
	text-align: right;
}
.test h3{
	font-size: 26px;
	color: #797979;
	text-align: right;
}
.footer_uls{
	/* padding-right: 4.16667vw; */
	padding-left: 15px;
	margin-left: 4.16667vw;
	width: calc(100% - 294px - 186px - 4.16667vw);
}
.footer_uls2{
	padding-top: 10px;
}
.footer_uls2>li{
	padding-top: 20px;
}
.footer_uls>li{
	width: calc((100% / 6) - 1%);
	margin: 0 0.5%;
}
.footer_uls2>li a:hover{
	color: #fff;
}
.footer2 p a:hover{
	color: #fff;
}
.footer1 .text .er:hover p{
	color: #fff;
}
/* 关于我们 */
.z_banner{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.z_banner img{
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.header2 .uls li a:hover{
	color: #c9172e;
}
/* 热门 */
.rm{
	background-color: #f7f7f7;
	border-bottom: 1px solid #ededed;
}
.rm .an{
	display: flex;
	flex-wrap: wrap;
}
.rm p{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin: 28px 0px 28px 0;
}
.rm a{
	font-size: 14px;
	color: #666666;
	display: block;
	margin-right: 15px;
	margin: 28px 15px 28px 0;
}
.mySwiper6{
	width: calc(100% - 84px);
	
}
.mySwiper6 .swiper-slide{
	width: auto;
}
.rm a:hover{
	color: #c9172e;
}
/* 面包屑 */
.mbx{
	margin-top: 20px;
}
.mbx .an{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.mbx img{
	margin-right: 20px;
}
.mbx span{
	font-size: 14px;
	color: #808080;
}
.mbx a{
	font-size: 14px;
	color: #808080;
}
.mbx a:hover{
	color: #c9172e;
}
.mbx em{
	font-size: 14px;
	color: #808080;
	margin: 0 6px;
}
/* 关于我们-介绍 */
.about{
	margin-bottom: 100px;
}
.about .an2{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}
.about .an2 .img{
	max-width: 100%;
	margin: 0 auto;
	/* width: 50%; */
}
.about .an2 .img img{
	width: 100%;
}
.about .an2 .text{
	width: 50%;
	margin-top: 20px;
	width: 100%;
}
.about .an2 .text h1{
	font-weight: bold;
	font-size: 34px;
	color: #333333;
	margin: 15px 0 25px;
	line-height: 1.7;
}
.about .an2 .text p{
	font-size: 16px;
	color: #464646;
	line-height: 1.8;
}
.about .an2 .text .imgs{
	display: inline-block;
	position: relative;
	top: -20px;
	left: 68%;
}
/* 联系我们 */
.contact1{
	margin: 50px 0 100px;
}
.contact1 .text h1{
	font-size: 23px;
	color: #000000;
	line-height: 1.7;
	font-weight: bold;
	position: relative;
}
.contact1 .text h1::after{
	content: "";
	position: absolute;
	width: calc((372 / 1500) * 100%);
	height: 3px;
	bottom: -10px;
	left: 0;
	background-color: #d71418;
}
.contact1 .text p{
	font-size: 16px;
	color: #464646;
	line-height: 1.7;
	margin-top: 35px;
}
.contact1 .uls{
	display: flex;
	flex-wrap: wrap;
	margin-top: 90px;
}
.contact1 .uls li{
	width: 25%;
	background-color: #fafafb;
	padding: 36px 0px 70px;
}
.contact1 .uls li .textss{
	border-left: 1px dashed #bdbcbb;
	padding: 0 20px;
}
.contact1 .uls li:nth-child(1) .textss{
	border-left: 0px dashed #bdbcbb;
}
.contact1 .uls li .textss img{
	margin: 0 auto;
}
.contact1 .uls li .textss h2{	
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
	line-height: 1.7;
	font-size: 18px;
	color: #3c3c3c;
	font-weight: bold;
}
.contact1 .uls li .textss p{
	text-align: center;
	line-height: 1.7;
	color: #3c3c3c;
	font-size: 15px;
}
.contact1 .txt{
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}
.forms{
	width: 50%;
	padding-right: 20px;
}
#allmap{
	width: 50%;
	height: 405px;
}
.forms h2{
	font-size: 23px;
	color: #000000;
	line-height: 1.7;
	font-weight: bold;
	position: relative;
	margin-bottom: 40px;
}
.forms h2::after{
	content: "";
	position: absolute;
	width: calc((372 / 1500) * 200%);
	height: 3px;
	bottom: -10px;
	left: 0;
	background-color: #d71418;
}
.forms .Input {
    width: calc(100%);
    height: 46px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    /* float: left; */
    /* margin-left: 32px; */
    margin-bottom: 17px;
}
.forms .Input span {
    width: 85px;
    height: 32px;
    display: block;
    float: left;
    border-right: 1px solid #dcdcdc;
    margin-top: 7px;
    line-height: 32px;
    text-indent: 10px;
    font-size: 14px;
    color: #666666;
}
.forms .Input input {
    height: 46px;
    line-height: 46px;
    max-width: 281px;
    padding-left: 10px;
    border: none;
    outline: none;
    float: left;
    font-size: 14px;
    color: #666666;
    width: calc(100% - 85px);
}
.forms .textarea span {
    width: 85px;
    height: 100px;
    display: block;
    float: left;
    border-right: 1px solid #dcdcdc;
    margin-top: 7px;
    text-indent: 10px;
    padding-top: 7px;
    font-size: 14px;
    color: #666666;
    line-height: 80px;
}
.forms .textarea {
    width: 100%;
    border: 1px solid #dcdcdc;
    height: 125px;
}
.forms .textarea input {
    height: 108px;
    max-width: 692px;
    padding-left: 10px;
    border: none;
    outline: none;
    float: left;
    resize: none;
    padding-top: 0px;
    font-size: 14px;
    color: #666666;
    width: calc(100% - 85px);
}
.tj {
    max-width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: #c9172e;
    margin: 20px auto 0;
    cursor: pointer;
}
.tj button {
    border: 0;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: #fff;
    background: rgba(7, 122, 212, 0);
    font-size: 18px;
}
/* 客户群体 */
.customer{
	margin-top: 32px;
}
.nav_left{
	width: 240px;
}
.nav_left>h2{
	font-size: 1.5rem;
	color: #fff;
	background-color: #c9172e;
	font-weight: normal;
	padding: 22px 40px;
}
.nav_uls{
	margin-top: 1px;
	margin-bottom: 20px;
}
.nav_uls>li{
	margin-bottom: 2px;
}
.nav_uls>li h3{
	padding: 14px 0px 14px 40px;
	font-weight: normal;
	background-color: #ececeb;
	position: relative;
	font-size: 16px;
}
.nav_uls>li h3::after{
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	width: 12px;
	height: 2px;
	background-color: #fff;
	transform: translate(-0%,-50%);
	z-index: 99;
	cursor: pointer;
}
.nav_uls>li h3::before{
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	width: 12px;
	height: 2px;
	background-color: #fff;
	transform: translate(-0,-50%) rotate(-90deg);
	z-index: 99;
	cursor: pointer;
}
.nav_uls>li.active h3,.nav_uls>li:hover h3{
	background-color: #c9172e;
}
.nav_uls>li h3 a{
	color: #666;
	font-size: 16px;
}
.nav_uls>li.active h3 a,.nav_uls>li:hover h3 a{
	color: #fff;
}
/* 侧边-新闻资讯 */
.nav_news{
	
}
.nav_news h2{
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	background-color: #c9172e;
	padding: 14px 0 14px 40px;
}
.nav_news .uls{
	margin-bottom: 20px;
}
.nav_news .uls li{
	padding: 0 10px;
}
.nav_news .uls li a{
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	border-bottom: 1px dashed #dbdbdb;
	padding: 10px 0;
}
.nav_news .uls li a:hover{
	color: #c9172e;
}
/* 侧边-服务热线 */
.nav_fwrx{
	
}
.nav_fwrx>img{
	width: 100%;
}
.nav_fwrx .txt{
	padding: 15px 10px 20px;
	background-color: #c9172e;
}
.nav_fwrx .txt>div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav_fwrx .txt>div p{
	color: #fff;
	margin-left: 6px;
	font-size: 14px;
}
.nav_fwrx .txt h3{
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}
.customer .an{
	display: flex;
	flex-wrap: wrap;
}
.nav_right{
	width: calc(100% - 240px - 30px);
	margin-left: 30px;
}
.nav_right .uls{
	display: flex;
	flex-wrap: wrap;
}
.nav_right h1{
	display: flex;
	align-items: center;
	border-bottom: 2px solid #dfdfdf;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 28px;
	font-size: 24px;
	color: #464646;
	font-weight: normal;
}
.nav_right h1::after{
	position: absolute;
	content: "";
	bottom: -2px;
	width: 126px;
	height: 2px;
	background-color: #333333;
}
.nav_right h1 img{
	margin-right: 7px;
}
.nav_right .uls li{
	width: calc((100% / 6) - 1%);
	margin-right: 1.16%;
}
.nav_right .uls li:nth-child(6n){
	margin-right: 0%;
}
.nav_right .uls {
	margin: 0 0 10px;
}
.navs_list{
	border: 1px solid #dedede;
	height: 105px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.nav_right .uls li:hover .navs_list{
	border: 1px solid #c9172e;
}
.nav_right .uls li p{
	text-align: center;
	margin-bottom: 40px;
	font-size: 16px;
	color: #000;
}
.customer{
	margin-bottom: 80px;
}
.pagess{
	clear: both;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	
}
.pagess ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pagess ul li a,.pagess ul li span{
	    display: inline-block;
	    border: 1px solid #ccc;
	    padding: 2px 9px;
	    margin: 0 5px;
	    line-height: 20px;
	    background: #fff;
	    color: #999;
}
.pagess ul li.active a,.pagess ul li.active span,.pagess ul li:hover a{
	    display: inline-block;
	    /* border: 1px solid #ccc; */
	    padding: 2px 9px;
	    margin: 0 5px;
	    background: #c9172e;
	    color: #fff;
}
.pagess ul li a{
	color: #666666;
	font-size: 16px;
	border: 1px solid #e5e5e5;
}
/* 新闻 */
.nav_product h2{
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	background-color: #c9172e;
	padding: 14px 0 14px 40px;
}
.nav_product .uls{
	margin-bottom: 20px;
}
.nav_product .uls li{
	margin-top: 10px;
}
.nav_product .uls li .imgs{
	overflow: hidden;
	width: 100%;
	height: 180px;
	border: 1px solid #e0e0e0;
	padding: 20px;
}
.nav_product .uls li .imgs img{
	margin: 0 auto;
	transition: all .5s;
	height: 100%;
}
.nav_product .uls li p{
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	background-color: #333;
	font-size: 16px;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}
.nav_right .uls_news li a{
	display: flex;
	flex-wrap: wrap;
	padding: 23px 35px;
	border: 1px solid #dedede;
	align-items: center;
}
.nav_right .uls_news li a .times{
	width: 100px;
}
.nav_right .uls_news li a .times p{
	height: 48px;
	line-height: 48px;
	background-color: #ececeb;
	text-align: center;
	color: #666;
}
.nav_right .uls_news li a .times p:nth-child(1){
	font-size: 24px;
	margin-bottom: 5px;
}
.nav_right .uls_news li a .times p:nth-child(2){
	font-size: 14px;
}
.nav_right .uls_news li a .txt{
	width: calc(100% - 100px - 30px);
	margin-left: 30px;
}
.nav_right .uls_news li a .txt h2{
	color:#4b4a4a;
	font-size: 18px;
	line-height: 1.7;
	font-weight: normal;
	margin-bottom: 10px;
}
.nav_right .uls_news li a .txt p{
	color: #797979;
	font-size: 14px;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
}
.nav_right .uls_news{
	margin-bottom: 50px;
}
.nav_right .uls_news li{
	margin-bottom: 20px;
}
.nav_right .uls_news li a:hover .times p{
	background-color: #c9172e;
	color: #fff;
}
.nav_right .uls_news li a:hover{
	border:1px solid #c9172e;
}
.nav_right .uls_news li a:hover .txt h2{
	color: #c9172e;
}
.nav_product .uls li a:hover .imgs{
	border:1px solid #c9172e;
}
.nav_product .uls li a:hover .imgs img{
	transform: scale(1.1);
}
.nav_product .uls li a:hover p{
	background-color: #c9172e;
}
.txts_uls{
	margin-top: 4px;
	display: none;
}
.nav_uls li.active .txts_uls{
	display: block;
}
.txts_uls>li{
	margin-bottom: 1px;
}
.txts_uls>li h4 a{
	display: block;
	font-size: 15px;
	color: #666666;
	position: relative;
	padding: 14px 0 14px 50px;
	background-color: #ececec;
	font-weight: normal;
}
.txts_uls>li h4 a::after{
	content: ">";
	position: absolute;
	top: 50%;
	right: 25px;
	color: #bababa;
	font-size: 20px;
	transform: translate(-0,-50%);
}
.txts_uls>li h4 a:hover::after{
	color: #fff;
}
.txts_uls>li h4 a{
	font-size: 15px;
	color: #666666;
}
.txts_uls>li h4 a:hover{
	color: #fff;
	background-color: #c9172e;
}
.uls_products{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.uls_products li{
	    width: 24%;
	    margin-right: 1.3%;
	    margin-bottom: 25px;
}
.uls_products li:nth-child(4n){
	margin-right: 0%;
}
.uls_products li a{
	    display: block;
	    width: 100%;
	    height: 100%;
	    border: 1px solid #dedede;
	    padding: 20px 30px;
}
.uls_products li a:hover{
	border: 1px solid #c9172e;
}
.uls_products li a:hover h2{
	color: #c9172e;
}
.uls_products li a:hover .imgs img{
	transform: scale(1.1);
}
.uls_products li a p{
	font-size: 14px;
	    color: #727272;
	    line-height: 2;
	    margin-top: 6px;
}
.uls_products li a h2{
	    line-height: 2;
	    color: #000;
	    font-size: 18px;
	    font-weight: normal;
}
.uls_products li a .imgs{
	    width: 100%;
	    padding: 10px 0;
	    overflow: hidden;
			height: 260px;
}
.uls_products li a .imgs img{
	    max-width: 100%;
	    margin: 0 auto;
	    display: block;
	    transition: all 0.5s;
			height: 100%;
}
/* 研发创新 */
.uls_Innovation{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.uls_Innovation li{
	width: 19%;
	margin-right: 1.16%;
}
.uls_Innovation li:nth-child(5n){
	margin-right: 0;
}
.uls_Innovation li .imgs{
	position: relative;
	padding-bottom: 20px;
}
.uls_Innovation li .imgs::after{
	content: "";
	    display: block;
	    position: absolute;
	    width: 50%;
	    height: 20px;
	    right: -10px;
	    bottom: 68px;
	    box-shadow: 37px 31px 37px #020101;
	    transform: rotate(
	45deg
	) translate(-41px,-18px);
}
.uls_Innovation li .imgs::before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 20px;
    bottom: 73px;
    box-shadow: 37px 31px 37px #020101;
    transform: rotate(
-45deg
) translate(-41px,-18px);
}
.uls_Innovation li p{
	color: #333;
	font-size: 16px;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	padding: 0 20px;
	margin-bottom: 40px;
}
.uls_Innovation li .imgs img{
	    width: 100%;
	    border: 8px solid #c95815;
	    position: relative;
	    z-index: 99;
}

/* 产品详情 */
.product_detailes{
	display: flex;
	flex-wrap: wrap;
}
.product_detailes .img{
	width: 466px;
	height: 336px;
	border: 1px solid #e7e7e7;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product_detailes .img img{
	margin: 0 auto;
}
.product_detailes .text{
	width: calc(100% - 466px - 40px);
	margin-left: 40px;
}
.product_detailes .text h1{
	border-bottom:1px solid #e5e5e5;
	font-weight: normal;
	font-size: 24px;
	color: #464646;
	line-height: 1.7;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.product_detailes .text h1::after{
	content: initial;
}
.product_detailes .text p{
	line-height: 1.8;
	font-size: 1rem;
	color: #464646;
}
.product_detailes2 >h2{
	position: relative;
	border-bottom: 1px solid #eeeeee;
	padding-left: 15px;
	margin-top: 30px;
	line-height: 1.7;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
.product_detailes2>h2::after{
	content: "";
	position: absolute;
	height: 100%;
	width: 7px;
	background-color: #e60012;
	left: 0;
	
}
.nav_right>h2{
    display: flex;
    align-items: center;
    border-bottom: 2px solid #dfdfdf;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 28px;
    font-size: 24px;
    color: #464646;
    font-weight: normal;
}
.nav_right>h2::after{
	position: absolute;
	content: "";
	bottom: -2px;
	width: 126px;
	height: 2px;
	background-color: #333333;
}
.nav_right>h2 img{
	margin-right: 7px;
}
.product_detailes3{
	padding-bottom: 20px;
}
.product_detailes3 p{
	line-height: 1.7;
	color: #464646;
}
/* 新闻详情 */
.news_detailes1>h1{
	margin-bottom: 10px;
	border: 0;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.7;
	color: #464646;
	text-align: center;
	display: block;
}
.news_detailes1>h1::after{
	content: initial;
}
.news_detailes1 .text>p{
	line-height: 1.7;
	color: #464646;
	font-size: 16px;
	margin-bottom: 20px;
}
.news_detailes1 .text img{
	margin: 10px auto 10px;
}
/* 搜索 */
.search_form_item {
    max-width: 780px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 46px;
}
.search_form_item>input {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 46px;
    padding-right: 50px;
		padding-left: 20px;
}
.search_form_item button {
    background-color: transparent;
    border: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    cursor: pointer;
}
.search_form_item button input {
    display: block;
    width: 46px;
    height: 46px;
    opacity: 0;
    transform: translate(-25%,-25%);
    cursor: pointer;
}
.search_form_item button::after {
    content: "";
    background: url(../img/s2.png);
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.search2{
	margin-bottom: 40px;
}
/* 右侧悬浮 */
.client-2 {
    position: fixed;
    right: -170px;
		margin-top: -126px;
    top: 50%;
    z-index: 400;
}
 .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(../img/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
               width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
        }
        .client-2 .my-kefu-ftop .my-kefu-main{
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 62px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 18px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 10px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
.client-2 .my-kefu-tel-main {
	background: #c9172e;
	color: #fff;
	height: 53px;
	width: 230px;
	padding:9px 0 0;
	float: left;
}
        
.client-2 .my-kefu-main {
  background: #c9172e;
  width: 97px;
  height: 53px;
  position: relative;
  padding:9px 0 0;
  float: left;
}
        
.client-2 .my-kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
	z-index: 333;
}
        
.my-kefu-weixin-pic img {
		width: 115px;
		height: 115px;
}
.client-2 li{
	left: 0;
	transition: left 0.5s;
}
.client-2 li:hover{
	left: -20px;
}
.client-2 .my-kefu-tel{
	left: 0;
	transition: left 0.5s;
}
.client-2 .my-kefu-tel:hover{
	left: -153px;
}
.client-2 .my-kefu-main:hover .my-kefu-weixin-pic{
	display: block;
	opacity: 1;
}
.client-2 .my-kefu-weixin-pic{
	transition: all 0.5s 0.5s;
	opacity: 0;
}
/* 修改-头部-1 */
.nav_list1{
	display: none;
}
.list_uls {
    position: fixed;
    width: 100%;
    top: 0;
    left: 100%;
    transition: left 0.5s;
    z-index: 1000;
    display: none;
    height: 100%;
		overflow: auto;
}
.client-2 .my-kefu-main{
	height: 60px;
}
.client-2 .my-kefu-tel-main{
	height: 60px;
}
.client-2 .my-kefu-left{
	width: 70px;
}
/* 修改-产品中心-侧边栏-1 */
.nav_uls>li.active2 h3:before{
	content: initial;
}
.client-2{
	right: -160px;
}
.prodcut1_btns{display: none;}
.nav_po>div{display: none;}
/* {
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
{
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
} */
/* 修改 */
.mySwiper3 .swiper-slide em{display: block; width:100%; height:17px; background:url(../img/abo-yy.png) no-repeat center;}
.mySwiper3 .swiper-slide{
	padding-bottom: 0;
}
.mySwiper3 .swiper-slide::after{
	content: initial;
}
.mySwiper3 .swiper-slide::before{
	content: initial;
}
.uls_Innovation li .imgs em{display: block; width:100%; height:17px; background:url(../img/abo-yy.png) no-repeat center;}
.uls_Innovation li .imgs{
	padding-bottom: 0;
}
.uls_Innovation li .imgs::after{
	content: initial;
}
.uls_Innovation li .imgs::before{
	content: initial;
}
@media (min-width:768px) {
	.footer_uls2{display: block !important;}
	.footer_uls h3::after{content: initial !important;}
	.footer_uls h3::before{content: initial !important;}
}
@media(min-width:1100px) and (max-width:1700px){
	.index2 .swiper-wrapper .swiper-slide{max-width: calc(100% / 6);padding: 16px 10px;text-align: center;width: 100%;}
}
@media (max-width:1540px){
	/* 主体样式 */
	.w1500{max-width: 1200px;padding-left: 20px !important;padding-right:20px !important;}
	/* 头部 */
	.header2 .an>a>img{width: 300px;}
	.header2 nav{width: calc(100% - 300px);display: block;}
	.header2 .uls{width: calc(100% - 3.64585vw);}
	.header2 .uls li{padding: 0;width: calc(100% / 7);text-align: center;}
	.header2 .uls li a{white-space: nowrap;}
	/* 首页内容 */
	.index2 .uls2 li a .imgs{display: flex;justify-content: center;align-items: center;}
	.index2 .uls2 li a .imgs img{height: auto;}
	.index3 .txts{margin: 0 50px;}
	/* 底部 */
	.footer_uls{margin-left: 1vw; }
	.test{padding: 0 10px;}
	.index5 .uls li{padding: 0 10px;}
	.footer_uls{width: calc(100% - 262px - 186px - 1vw)}
	.footer_uls>li{width: calc((100% / 5) - 1%)}
	.test{width: 262px;}
	/* 产品 */
	.uls_products li a .imgs img{height: auto;}
	.uls_products li a .imgs{display: flex;justify-content: center;align-items: center;}
}
@media (max-width:1300px){
	
}
@media (max-width:768px){
	/* 头部 */
	header{position: fixed;top: 0;left: 0;z-index: 500;width: 100%;}
	.header1{height: auto;}
	.header1 .an{flex-wrap: wrap;height: auto;padding: 5px 0;}
	.header1 p{width: 100%;text-align: center;}
	.header1 p{flex-wrap: wrap;justify-content: center;}
	.header1 p a{margin:5px 10px;}
	.header1 p span{width: 100%;display: flex;justify-content: center;align-items: center;}
	.header1 .tel{padding-top: 5px;}
	.header1 .tel .tel_span{padding: 2px 10px;}
	.header2{height: 50px;}
	.header2 .an{height: 50px;justify-content: space-between;}
	.header2 .an>a>img{width: 232px;}
	.header2 nav{display: none;}
	.nav_list1{display: block;width: 26px;height: 26px;}
	.list_uls{background-color: #fff;height: 100%;	display: block;}
		.list_uls .text{background: #333;width: 100%;position: relative;height: 68px;line-height: 68px;}
		.list_uls .text h3{font-size: 1.125rem;color: #fff;text-align: center;}
		.list_uls .text .x{position: absolute;width: 72px;height: 32px;top: 50%;right: 0;z-index: 1000;transform: translate(0,-50%);}
		.list_uls .text .x::after{position: absolute;content: "";width: 20px;height: 2px;transform: translate(-50%,-50%) rotate(45deg);top: 50%;left: 50%;background-color: #fff;}
		.list_uls .text .x::before{position: absolute;content: "";width: 20px;height: 2px;transform: translate(-50%,-50%) rotate(135deg);top: 50%;left: 50%;background-color: #fff;}
	 .list_uls .uls li a{display: block;padding: 20px 10px 20px 20px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
	 /* 首页内容 */
	 main{margin-top: calc(59px + 50px);}
	 /* 首页-banner */
	 .index1 .text h2{font-size: 20px;text-align: center;margin-bottom: 5px;}
	 .index1 .text .txt{justify-content: center;}
	 .index1 .text .txt img{width: 60px;}
	 .index1 .text .txt p{text-align: center;font-size: 16px;}
	 .index1 .text>p{text-align: center;margin: 5px 0;}
	 .index1 .text .dealt{justify-content: center;}
	 .index1 .text .dealt a{width: 120px;padding: 6px 0;font-size: 16px;border: 2px solid #fff;}
	  .index1 .swiper-slide>img{object-fit: cover;}
	  .news_detailes1 .text img{height: auto !important;}
		/* 首页-产品展示 */
		.index2{margin-top: 20px;}
		.index2 .an>h2{font-size: 1.25rem;}
		.mySwiper2{margin-top: 20px;}
		.index2 .swiper-wrapper .swiper-slide{padding: 8px 15px;}
		.index2 .swiper-wrapper .swiper-slide a{font-size: 1rem;}
		.index2 .uls2{margin-top: 20px;}
		.index2 .uls2 li{width: 100%;margin: 0;}
		.index2 .uls2 li a .imgs{height: 200px;}
		.index2 .uls2 li a .imgs img{height: 100%;}
		.index2 .uls2 li a h2{font-size: 16px;text-align: center;}
		.index2 .uls2 li a p{font-size: 14px;}
		.uls_Innovation li p{margin-bottom: 18px;}
		/* 首页-研发创新 */
		.index3{margin-top: 20px;}
		.index3 .an>h2{font-size: 1.25rem;}
		.index3 .uls{margin: 20px auto;}
		.mySwiper3{margin-top: 20px;}
		.index3 .uls li{height: 38px;line-height: 38px;}
		.mySwiper3 .swiper-slide{width: 100%;}
		/* 首页-新闻动态 */
		.index4{margin-top: 20px;padding: 20px 0;}
		.index4 .an .text>h2{font-size: 1.25rem;text-align: center;width: 100%;}
		.index4 .an .text>h2::after{left: 50%;transform: translate(-50%,0);}
		.mySwiper4 .swiper-slide.active a{font-size: 1rem;}
		.mySwiper4{margin: 20px auto 0;}
		.index4 .uls2{margin-top: 20px;}
		.index4 .uls2>li{width: 100% !important;margin: 0 0 20px !important;}
		.index4 .uls2 .text1 h2{margin: 10px 0;font-size: 16px;}
		.index4 .uls2 .text2 li .img{position: static;margin: 0 auto;}
		.index4 .uls2 .text2 li a{padding: 15px 0;}
		.index4 .uls2 .text2 li a .txt{width: 100%;position: static;}
		.index4 .uls2 .text2 .uls3 li h2{font-size: 16px;margin: 5px 0;}
		.index4 .uls2 .text2 .txt .time{margin-top:0px;}
		.index4 .uls2 .text3 .uls4 li a{padding: 15px 0;}
		.index4 .uls2 .text3 .uls4 li a h2{font-size: 16px;}
		/* 首页-客户群体 */
		.index5{margin-top: 20px;margin-bottom: 20px;}
		.index5 .an .text>h2{font-size: 1.25rem;text-align: center;width: 100%;}
		.index5 .an .text>h2::after{left: 50%;transform: translate(-50%,0);}
		.mySwiper5 .swiper-slide.active a{font-size: 1rem;}
		.mySwiper5{margin: 20px auto 0;}
		.index5 .uls{margin-top: 20px;}
		.index5 .uls>li{width: 48%;margin-right: 2.6%;}
		.index5 .uls>li:nth-child(7n){margin-right: 2.6%;}
		.index5 .uls>li:nth-child(2n){margin-right: 0;}
		.index5 .uls li{margin-bottom: 10px;}
		.header1 .tel .tel_span:last-child{padding: 0 0 0 14px;}
		/* 底部 */
		.footer1{padding-top: 20px;}
		.footer_uls{width: 100%;}
		.footer1 .text{margin: 0 auto;}
		.footer1 .text a>img{margin: 0 auto;}
		.footer1 .text .er{margin-top: 10px;}
		.footer_uls{padding-top: 10px;}
		.footer_uls>li{width: 100%;margin-bottom: 20px;}
		.footer_uls2{display: none;}
		.footer_uls2>li{padding-top: 10px;padding-left: 10px;}
		.footer_uls h3{position: relative;}
		.footer_uls h3::before {content: "";position: absolute;right: 0px;top: 50%;width: 12px;height: 2px;background-color: #fff;transform: translate(-0,-50%) rotate(-90deg);z-index: 99;cursor: pointer;}
		.footer_uls h3::after {content: "";position: absolute;right: 0;top: 50%;width: 12px;height: 2px;background-color: #fff;transform: translate(-0%,-50%);z-index: 99;cursor: pointer;}
		.footer_uls h3.active2::before{content: initial;}
		.test{border-left: 0;margin: 0 auto;}
		.test img{margin: 0 auto;}
		.test p{text-align: center;margin: 10px 0;}
		.test>div{padding-top: 15px;}
		.test>.txts{padding-bottom: 15px;}
		/* 右侧悬浮 */
		.client-2{display: none!important;}
		/* 关于我们 */
		.rm p{margin: 10px 0px 10px 0;}
		.rm a{margin: 10px 10px 10px 0;}
		.mbx{margin-top: 10px;}
		.about{margin-bottom: 20px;}
		.about .an2{margin-top: 20px;}
		.about .an2 .img{width: 100%;}
		.about .an2 .text{width: 100%;padding: 0;margin-top: 10px;}
		.about .an2 .text img{display: none;}
		.about .an2 .text h1{font-size: 18px;margin: 5px 0 15px;text-align: center;}
		.about .an2 .text p{font-size: 14px;}
		.about .an2 .text .imgs{display: none;}
		/* 产品列表 */
		.customer{margin-bottom: 20px;}
		.nav_left{margin: 0 auto;}
		.nav_right{width: 100%;margin-left: 0;}
		.nav_left>h2{font-size: 18px;padding: 12px 24px;}
		.prodcut1_btns {display: block;border-bottom: 1px solid #e3e0e0;background: #fff;margin: 0 0 15px;padding-top: 10px;padding: 10px;}
		.prodcut1_btns p{    background-color: #c9172e;color: #fff;
    text-align: center;border-radius: 5px;height: 40px;line-height: 40px;}
		.prodcut1_btns p:hover{background-color: #da251d;}
		.nav_po{position: fixed;top: 0;left: 100%;height: 100%;width: 100%;z-index: 1000;display: flex;background-color: #fff;transition: all 0.5s;}
		.nav_po>div{display: flex;align-content: center;width: 40px;align-items: center;font-size: 20px;justify-content: center;background-color: #f5f5f5;}
		 .nav_po>div span{display: block;padding: 10px;color: #333;}
		 .prodcut1 .text .uls{width: calc(100% - 40px);border-radius: 0;padding-top: 0;overflow: auto;}
		 .prodcut1 .text .uls li a{width: 100%;}
		 .prodcut1_btns{display: block;border-bottom: 1px solid #e3e0e0;background: #fff;margin: 0 0 15px;padding-top: 10px;padding: 10px;}
		 .nav_uls{width: 100%;overflow: auto;}
		 .nav_news h2{font-size: 18px;padding: 12px 0 12px 24px;}
		 .nav_fwrx .txt{padding: 10px 10px;}
		 .nav_fwrx .txt h3{font-size: 20px;}
		 .nav_right{margin-top: 20px;}
		 .nav_right h1{font-size: 18px;margin-bottom: 20px;}
		 .uls_products li{width: 100%;margin-right: 0;margin-bottom: 15px;}
		 .uls_products li a .imgs{height: 200px;}
		 .uls_products li a .imgs img{height: 100%;}
		 .uls_products li a h2{font-size: 1rem;text-align: center;}
		 .uls_products{margin-bottom: 0px;}
		 .pagess ul li a{font-size: 14px;}
		 /* 产品详情 */
		 .nav_right>h2{font-size: 18px;margin-bottom: 20px;}
		 .product_detailes .img{width: 100%;height: auto;}
		 .product_detailes .text{width: 100%;margin-left: 0;}
		 .product_detailes .text h1{margin-top: 10px;font-size: 1rem;text-align: center;justify-content: center;}
		 .product_detailes .text p{font-size: 14px;}
		 .product_detailes2 >h2{margin: 20px 0;font-size: 16px;}
		 .product_detailes3 p{font-size: 14px;}
		 /* 新闻列表 */
		 .nav_right .uls_news li a .txt{width: 100%;margin-left: 0;}
		 .nav_right .uls_news li a .times{display: none;}
		 .nav_right .uls_news li a{padding: 15px;}
		 .nav_right .uls_news{margin-bottom: 0;}
		 .nav_product h2{font-size: 18px;padding: 12px 0 12px 24px;}
		 .nav_product .uls li p{font-size: 14px;}
		 .nav_product .uls li .imgs{padding: 10px;}
		 .nav_right .uls_news li a .txt h2{font-size: 16px;}
		 /* 新闻详情 */
		 .news_detailes1>h1{font-size: 16px;}
		 .news_detailes1 .text>p{font-size: 0.875rem;}
		 /* 研究创新 */
		 .uls_Innovation li{width: 100%;margin-right: 0;}
		 /* 客户 */
		 .nav_right .uls li{width: 48%;margin-right: 2.6%;}
		 .nav_right .uls li:nth-child(6n){margin-right: 2.6%;}
		 .nav_right .uls li:nth-child(2n){margin-right: 0;}
		 .navs_list{padding: 0 10px;}
		 .nav_right .uls li p{margin-bottom: 15px;font-size: 14px;}
		 /* 联系我们 */
		 .contact1{margin-top: 20px;margin-bottom: 20px;}
		 .contact1 .text h1{font-size: 16px;text-align: center;}
		 .contact1 .text h1::after{left: 50%;transform: translate(-50%,0)}
		 .contact1 .text p{margin-top: 20px;font-size: 0.875rem;}
		 .contact1 .uls{margin-top: 20px;}
		 .contact1 .uls li{width: 50%;padding: 10px;}
		 .contact1 .uls li .textss{border: 0;padding: 0 5px;}
		 .contact1 .uls li .textss h2{font-size: 16px;margin-top: 10px;}
		 .contact1 .txt{margin-top: 20px;}
		 .forms{width: 100%;padding-right: 0;margin-bottom: 20px;}
		 #allmap{width: 100%;height: 200px;}
		 .forms h2{font-size:16px;text-align: center;}
		 .forms h2::after{left: 50%;width: calc((372 / 1500) * 100%);transform: translate(-50%,0);}
		 .tj button{font-size: 16px;}
		 .tj{height: 42px;line-height: 42px;}
		 .test h3{font-size: 20px;text-align: center;}
		 /* 搜索 */
		 .search_form_item>input{height: 32px;}
		 .search_form_item button{width: 32px;height: 32px;}
		 .search_form_item button input{width: 32px;height: 32px;}
		 .test h2{text-align: center;}
}
.None{
				text-align: center;
				padding:0;
				font-size: 1.25rem;
				line-height: 1.7;
				color: #ccc;
				margin: 0;
				position: relative;
				margin-top: 160px;
				margin: 160px auto 0;
			}
			.None::before{
				position: absolute;
				top: -160px;
				left: 50%;
				transform: translate(-50%,-0%);
				content: "";
				display: block;
				margin: 0 auto;
				max-width: 150px;
				width: 100%;
				width: 150px;
				background: url(../img/Box.png) no-repeat center;
				background-size: 100%;
				height: 200px;
			}
/* 修改 */
.innovation_txt{
	margin-bottom: 40px;
}
.innovation_txt p{
	line-height: 1.7;
	color: #464646;
	font-size: 16px;
	margin-bottom: 20px;
}
.about .uls{
	margin-bottom: 30px;
}
.about .mySwiper3{
	margin-top: 30px;
}
.about .txt p{
	line-height: 1.7;
	color: #464646;
	font-size: 16px;
	margin-bottom: 0px;
}
.index3 div.txt{
	margin-top: 40px;
}
/* 修改 */
.index3 .txts{
	display: none;
}
@media (max-width:768px){
	.innovation_txt p{font-size: 14px;margin-bottom: 0px;}
	.index3 .txt p{font-size: 14px;margin-bottom: 10px;}
	.innovation_txt{margin-bottom: 20px;}
	.about .mySwiper3{	margin-top: 20px;}
	.index3 div.txt{margin-top: 20px;}
}